x86/shadow: Drop stale adjustment in the PAE second-half search
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 Dec 2016 18:23:02 +0000 (18:23 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 5 Dec 2016 14:29:01 +0000 (14:29 +0000)
commit750c5f714b80bf467ccd2af86b7f6ff8d6e578b9
tree3a7edfb93769695d6e58ff436d9ba1f55437bd63
parentfb06017f807d45f43b86be33311694c6665ac182
x86/shadow: Drop stale adjustment in the PAE second-half search

This shouldn't have been present in c/s 29a57c992 "x86/emul: Rework emulator
event injection".  It was a leftover from a previous version of the series.

This conditional has no effect on the behaviour following it, as both
X86EMUL_EXCEPTION and X86EMUL_UNHANDLEABLE fall into the same "return back to
guest" path.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/shadow/multi.c